vcPythonFeature

Represents a python feature object. The Python script feature uses a custom Python script to generate the geometry. The geometry is generated by calling the OnEvaluate function in the script, if it is defined.

See in: Overview

Module: vcFeatures

Parent: vcFeature

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
LanguagevcLanguageTypeRWGets or sets the language of the Python script.
ScriptStringRWGets or sets the code of the Python feature.